home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
-
- set -e
-
- # Automatically added by dh_installmenu
- if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
- update-menus
- fi
- # End automatically added section
- # Automatically added by dh_installmime
- if [ "$1" = "configure" ] && [ -x "`which update-mime 2>/dev/null`" ]; then
- update-mime
- fi
- # End automatically added section
- # Automatically added by dh_gconf
- if [ "$1" = "configure" ]; then
- gconf-schemas --register evince-thumbnailer-comics.schemas evince-thumbnailer-djvu.schemas evince-thumbnailer-dvi.schemas evince-thumbnailer-ps.schemas evince-thumbnailer.schemas evince.schemas
- fi
- # End automatically added section
-
-
- if [ "$1" = "configure" ]; then
- APP_PROFILE="/etc/apparmor.d/usr.bin.evince"
- if [ -f "$APP_PROFILE" ] && aa-status --enabled 2>/dev/null; then
- apparmor_parser -r -T -W "$APP_PROFILE" || true
- fi
- fi
-
-